home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0075.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.4 KB  |  53 lines

  1. > Date: Thu, 26 Mar 92 18:06:51 GMT-0500
  2. > From: Linda Murphy <murphy@dairp.upenn.edu>
  3.  
  4. > My environment: a NeXT.
  5. > ...I am running pre-release b of version 0.13 of the WWW application.
  6. > I get ... Invalid access prefix for 'telnet://info.cern.ch'
  7. > Can be one of news: but not 'telnet:'.
  8.  
  9.  
  10. The NeXT client was frozen last summer, so it has no innovations which occured  
  11. since then. I have it relatively high on my (rather large) agenda to bring it  
  12. up-to-date from a prototype to  include the re-engineerd common library, and  
  13. rerelease it.  (I was under pressure here not to put too much work into it because  
  14. NeXTs were not official CERN workstations for a while: everyone wanted X. Now X is  
  15. coming from other people, the pressure should ease.)
  16.  
  17. Another problem you will find is that the NeXT client can't cope with the very long  
  18. identifiers returned by the latest WAIS servers such as the directory of servers.  
  19. It just crashes becuase I put in an arbitrary hard limit (bad! :-().
  20.  
  21. Apart from telnet: it also can't handle gopher:.
  22.  
  23. I'm really sorry for that lack of functionality.  I use the app all the time myself  
  24. so it bugs me too. I'll do it when I have time, but better server functionality I  
  25. think should come first.  Someone in Hawaii whose mail address I don't seem to have  
  26. (are you out there?) thought they might find six person-months to put into the NeXT  
  27. app which would be great,
  28.  
  29. > Further down in the bug list, you mention serialisation and web
  30. > traversal.  What do you mean by this term?
  31.  
  32. > --lam
  33.  
  34. I mean a feature to turn a web into a serial document, like to print it on paper,  
  35. by traversing the web. This is really needed -- the world is looking for ways of  
  36. turning text into hypertext, but the moment you do it, you want to turn it back  
  37. again for people who want paper! A traversal, and concatenation followed by a sed  
  38. file to turn it into TeX macros should cover it.
  39.  
  40. Also one imagines tools which traverse the web recursively in a breadth-first way  
  41. looking for things -- interesting data and indexes for example. I image terminating  
  42. the search as a function of number of links traversed modified by the  
  43. "interestingness" of documents found on the way (judged by the words the contain  
  44. matched against a query).  This is a step toward a "knowbot"-like tool for resource  
  45. discovery. Now we have a real web to play with, we can start making such machines  
  46. in earnest.
  47.  
  48.     Tim
  49.  
  50.  
  51.  
  52.